home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0997.zip / treectrl.txt < prev    next >
Text File  |  1997-07-22  |  256b  |  8 lines

  1. _Customizing Common Controls_
  2. by Jason Clark
  3.  
  4.  
  5. Example 1:
  6. CreateWindow( "button","", WS_CHILD | WS_VISIBLE | WS_OWNERDRAW, 0, 0, 100, 16, hwndParent, IDC_ODBUTTON, hInst, NULL ) ;
  7.  
  8.